From 9c32346466aaaf293775972c272181056b3614e1 Mon Sep 17 00:00:00 2001 From: Saghm Rossi Date: Wed, 15 Feb 2017 17:52:25 -0500 Subject: [PATCH] Fix typo in code example --- src/doc/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/guide.md b/src/doc/guide.md index 8ca9f4b9c..6949fe6af 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -464,7 +464,7 @@ authors = [{{toml-escape author}}] ```rust // src/main.rs fn main() { - prinln!("This is the {{name}} project!"); + println!("This is the {{name}} project!"); } ``` -- 2.30.2